4 Posts
Tag: Algorithmic Trading

BY eric
Jun 28, 2024
A Comparison of Different Types of MetaTrading Libraries for Algorithmic Trading
A Comparison of Different Types of MetaTrading Libraries for Algorithmic Trading.

BY eric
May 27, 2024
Building a Trading Gateway (Bot) with MetaTrader 5 Python Library - Part 1
A tutorial about implementing a trading gateway with MetaTrader 5 Python library.

BY eric
Feb 02, 2023
Building an Efficient Gateway: Connecting Your Trading System to Brokers
An introduction to building a gateway that connects your trading system to brokers. It discusses the need for a gateway, the architecture of a gateway, and the different types of broker's trading platforms.

BY eric
Feb 02, 2023
Utilizing FIX API as a Gateway for Algorithmic Trading with C#
A simple tutorial about how to use FIX API to connect to financial markets for algorithmic trading with C#